-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
User Agent 2.0, second attempt #2977
Conversation
Codecov ReportPatch coverage:
❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more. Additional details and impacted files@@ Coverage Diff @@
## develop #2977 +/- ##
===========================================
+ Coverage 93.29% 93.32% +0.02%
===========================================
Files 64 65 +1
Lines 13588 13764 +176
===========================================
+ Hits 12677 12845 +168
- Misses 911 919 +8
☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
⛵
* release-1.30.0: Bumping version to 1.30.0 Update to latest partitions and endpoints Update to latest models User Agent 2.0, second attempt (#2977)
#2955 was rolled back in #2976 because some libraries, including our very own s3transfer, expect
client.meta.config.user_agent
to contain the resolved user agent string (not the user agent string provided by the user in the originalConfig
object). To minimize disruption to third party libraries, this PR updates the code formerly merged in #2955 to maintain this behavior.Only the last two commits on this branch are new. All others have previously been part of #2955. You can use this link to only see the newly added changes.